SITU-SOL is a FORTH-like programming language / environment for MOS 6502-based microcomputer systems. (This item emulates it under a Commodore 64).
It was coded by hand on paper, then entered into an emulated Commodore 64 using
SITU-MON in the
Bootstrap Zero project during RetroChallenge 2015/07.
No "symbal table" is defined in the executable, so some need to be loaded first. The provisional symbal table that was defined during 2015 in order to test the compiler is included on the disk. To load these symbals,
LOAD"SYMBALS",8,1
Once these are loaded, you may enter the SITU-SOL environment by executing
SYS 33830
For documentation and (non-machine-readable) source code for SITU-SOL, see the
Bootstrap Zero item.